home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 19 / Amiga Plus Leser CD 19.iso / Tools / Development / source-highlight-1.6.1 / Doc / Hello.css < prev    next >
Cascading Style Sheet File  |  2002-11-17  |  284b  |  25 lines

  1. body {
  2.     color: black;
  3.     background-color: white;
  4.     font-family: monospace
  5. }
  6.  
  7. .comment {
  8.     color: gray;
  9.     font-style: italic;
  10. }
  11.  
  12. .keyword {
  13.     color: maroon;
  14.     font-weight: bold;
  15. }
  16.  
  17. .string {
  18.     color: green
  19. }
  20.  
  21. .type {
  22.     color: teal;
  23.     text-decoration: underline;
  24. }
  25.